kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.ranges
/
[JS]IntRange
/
contains
contains
JS
open
operator override
fun
contains
(
value
:
Int
)
:
Boolean
Content copied to clipboard
Checks whether the specified
value
belongs to the range.